feat(har): port date filter and dry-run summary improvements from legacy hc - #73
Merged
Conversation
…a78e AH-4341, d0745a1 AH-4458]
…pl [e0fa78e AH-4341]
…mic version recovery [2938d97, baae503 AH-4518]
…d nil guards [c055bf4 AH-4430]
Collaborator
|
@BlueLabelscotch needs conflict resolution after previous merge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Ports the date-based file filtering feature and dry-run output improvements from the legacy
hcCLI into the unifiedharnessCLI migration module.Date filter (
AH-4341,AH-4458,AH-4518):DateFilterconfig block per registry mapping —createdAfter/downloadedAfterwithANY/ALLmatch logicPOST /artifactory/api/search/aql) to get per-file timestamps, then narrows the file list before tree constructionunfilteredRootthrough the job chain so all distribution files for a version are migrated if any single file is within the date windowDryRunStatsmutations are now protected by a mutex — fixes concurrent map write panics (AH-4458)Dry-run summary (
AH-4430):totalPackageswith label"Total packages (filtered):"instead of the raw source file countpterm.Infoconsole messages added during filtering: pulled file count and skip count